home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Delphi 5 Companion Tools CD / FreeWare / EPHINTS / EPHINTS.ZIP / Unit2.dfm < prev    next >
Encoding:
Text File  |  1999-07-13  |  853 b   |  41 lines

  1. object Form2: TForm2
  2.   Left = 385
  3.   Top = 298
  4.   Width = 283
  5.   Height = 171
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Edit1: TEdit
  19.     Left = 48
  20.     Top = 40
  21.     Width = 121
  22.     Height = 21
  23.     Hint = 'This hint belongs to a control on Form2'
  24.     TabOrder = 0
  25.     Text = 'Edit1'
  26.   end
  27.   object EPHints1: TEPHints
  28.     Enabled = True
  29.     HintColor = clInfoBk
  30.     HintBorderColor = clBlack
  31.     HintTextColor = clRed
  32.     HintType = ephtBaloon
  33.     DefaultColors = False
  34.     HideTimeOut = 3500
  35.     MaxWidth = 300
  36.     HintScope = ephsThisForm
  37.     Left = 208
  38.     Top = 16
  39.   end
  40. end
  41.